home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / vbasic / subvbx.exe / SUBVBX.RC < prev    next >
Text File  |  1993-08-19  |  7KB  |  235 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. #ifdef APSTUDIO_INVOKED
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // TEXTINCLUDE
  19. //
  20.  
  21. 1 TEXTINCLUDE DISCARDABLE 
  22. BEGIN
  23.     "resource.h\0"
  24. END
  25.  
  26. 2 TEXTINCLUDE DISCARDABLE 
  27. BEGIN
  28.     "#include ""afxres.h""\r\n"
  29.     "\0"
  30. END
  31.  
  32. 3 TEXTINCLUDE DISCARDABLE 
  33. BEGIN
  34.     "#include ""subvbx.rc2""  // non-App Studio edited resources\r\n"
  35.     "\r\n"
  36.     "#include ""afxres.rc""  // Standard components\r\n"
  37.     "\0"
  38. END
  39.  
  40. /////////////////////////////////////////////////////////////////////////////////////
  41. #endif    // APSTUDIO_INVOKED
  42.  
  43.  
  44. //////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Icon
  47. //
  48.  
  49. IDR_MAINFRAME           ICON    DISCARDABLE     "SUBVBX.ICO"
  50.  
  51. //////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Menu
  54. //
  55.  
  56. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  57. BEGIN
  58.     POPUP "&File"
  59.     BEGIN
  60.         MENUITEM "E&xit",                       ID_APP_EXIT
  61.     END
  62.     POPUP "&Help"
  63.     BEGIN
  64.         MENUITEM "&About SUBVBX...",            ID_APP_ABOUT
  65.     END
  66. END
  67.  
  68.  
  69. //////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Accelerator
  72. //
  73.  
  74. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  75. BEGIN
  76.     "N",            ID_FILE_NEW,            VIRTKEY,CONTROL
  77.     "O",            ID_FILE_OPEN,           VIRTKEY,CONTROL
  78.     "S",            ID_FILE_SAVE,           VIRTKEY,CONTROL
  79.     "Z",            ID_EDIT_UNDO,           VIRTKEY,CONTROL
  80.     "X",            ID_EDIT_CUT,            VIRTKEY,CONTROL
  81.     "C",            ID_EDIT_COPY,           VIRTKEY,CONTROL
  82.     "V",            ID_EDIT_PASTE,          VIRTKEY,CONTROL
  83.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY,ALT
  84.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY,SHIFT
  85.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY,CONTROL
  86.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY,SHIFT
  87.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  88.     VK_F6,          ID_PREV_PANE,           VIRTKEY,SHIFT
  89. END
  90.  
  91.  
  92. //////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Dialog
  95. //
  96.  
  97. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  98. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  99. CAPTION "About SUBVBX"
  100. FONT 8, "MS Sans Serif"
  101. BEGIN
  102.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  103.     LTEXT           "SUBVBX Application Version 1.0",IDC_STATIC,40,10,119,8
  104.     LTEXT           "Copyright \251 1993",IDC_STATIC,40,25,119,8
  105.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  106. END
  107.  
  108. IDD_FORM DIALOG DISCARDABLE  0, 0, 144, 110
  109. STYLE WS_CHILD
  110. FONT 8, "MS Sans Serif"
  111. BEGIN
  112.     CONTROL         "GRID.VBX;Grid;Grid1",IDC_MYGRID,"VBControl",
  113.                     WS_CLIPSIBLINGS | WS_BORDER | WS_TABSTOP,8,28,132,80
  114.     LTEXT           "Use arrow keys to move in grid",IDC_STATIC,22,8,102,8
  115. END
  116.  
  117.  
  118. //////////////////////////////////////////////////////////////////////////////
  119. //
  120. // Dialog Info
  121. //
  122.  
  123. IDD_FORM DLGINIT
  124. BEGIN
  125.     103, 0x400, 78, 0
  126. 0x0a00, 0x4449, 0x5f43, 0x594d, 0x5247, 0x4449, 0x0001, 0x0400, 0x400a, 
  127. 0x09ff, 0x0000, 0x0000, 0xbc00, 0x0002, 0x0000, 0x0100, 0x0202, 0x5322, 
  128. 0x7379, 0x6574, 0x006d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  129. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1500, 0x1700, 0x0006, 
  130. 0x0518, 0x1d00, 0xff00, 
  131.     0
  132. END
  133.  
  134.  
  135. //////////////////////////////////////////////////////////////////////////////
  136. //
  137. // String Table
  138. //
  139.  
  140. STRINGTABLE PRELOAD DISCARDABLE 
  141. BEGIN
  142.     IDR_MAINFRAME           "SUBVBX Windows Application\nSubvbx\nSUBVBX Document"
  143. END
  144.  
  145. STRINGTABLE PRELOAD DISCARDABLE 
  146. BEGIN
  147.     AFX_IDS_APP_TITLE       "SUBVBX Windows Application"
  148.     AFX_IDS_IDLEMESSAGE     "Ready"
  149. END
  150.  
  151. STRINGTABLE DISCARDABLE 
  152. BEGIN
  153.     ID_INDICATOR_EXT        "EXT"
  154.     ID_INDICATOR_CAPS       "CAP"
  155.     ID_INDICATOR_NUM        "NUM"
  156.     ID_INDICATOR_SCRL       "SCRL"
  157.     ID_INDICATOR_OVR        "OVR"
  158.     ID_INDICATOR_REC        "REC"
  159. END
  160.  
  161. STRINGTABLE DISCARDABLE 
  162. BEGIN
  163.     ID_FILE_NEW             "Create a new document"
  164.     ID_FILE_OPEN            "Open an existing document"
  165.     ID_FILE_CLOSE           "Close the active document"
  166.     ID_FILE_SAVE            "Save the active document"
  167.     ID_FILE_SAVE_AS         "Save the active document with a new name"
  168. END
  169.  
  170. STRINGTABLE DISCARDABLE 
  171. BEGIN
  172.     ID_APP_ABOUT            "Display program information, version number and copyright"
  173.     ID_APP_EXIT             "Quit the application; prompts to save documents"
  174. END
  175.  
  176. STRINGTABLE DISCARDABLE 
  177. BEGIN
  178.     ID_FILE_MRU_FILE1       "Open this document"
  179.     ID_FILE_MRU_FILE2       "Open this document"
  180.     ID_FILE_MRU_FILE3       "Open this document"
  181.     ID_FILE_MRU_FILE4       "Open this document"
  182. END
  183.  
  184. STRINGTABLE DISCARDABLE 
  185. BEGIN
  186.     ID_NEXT_PANE            "Switch to the next window pane"
  187.     ID_PREV_PANE            "Switch back to the previous window pane"
  188. END
  189.  
  190. STRINGTABLE DISCARDABLE 
  191. BEGIN
  192.     ID_EDIT_CLEAR           "Erase the selection"
  193.     ID_EDIT_CLEAR_ALL       "Erase everything"
  194.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard"
  195.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard"
  196.     ID_EDIT_FIND            "Find the specified text"
  197.     ID_EDIT_PASTE           "Insert Clipboard contents"
  198.     ID_EDIT_REPEAT          "Repeat the last action"
  199.     ID_EDIT_REPLACE         "Replace specific text with different text"
  200.     ID_EDIT_SELECT_ALL      "Select the entire document"
  201.     ID_EDIT_UNDO            "Undo the last action"
  202.     ID_EDIT_REDO            "Redo the previously undone action"
  203. END
  204.  
  205. STRINGTABLE DISCARDABLE 
  206. BEGIN
  207.     AFX_IDS_SCSIZE          "Change the window size"
  208.     AFX_IDS_SCMOVE          "Change the window position"
  209.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  210.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  211.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  212.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  213.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  214. END
  215.  
  216. STRINGTABLE DISCARDABLE 
  217. BEGIN
  218.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  219.     AFX_IDS_SCTASKLIST      "Activate Task List"
  220. END
  221.  
  222.  
  223. #ifndef APSTUDIO_INVOKED
  224. ////////////////////////////////////////////////////////////////////////////////
  225. //
  226. // Generated from the TEXTINCLUDE 3 resource.
  227. //
  228. #include "subvbx.rc2"  // non-App Studio edited resources
  229.  
  230. #include "afxres.rc"  // Standard components
  231.  
  232. /////////////////////////////////////////////////////////////////////////////////////
  233. #endif    // not APSTUDIO_INVOKED
  234.  
  235.